home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / ftp / macutil.proto.h < prev    next >
Text File  |  1993-09-15  |  414b  |  9 lines

  1. void GetDirectoryName(short vRefNum, long dirID, Str32 name);
  2. short VolumeNameToRefNum(Str32 volumeName);
  3. void PathNameFromDirID(long dirID, short vRefNum, StringPtr fullPathName);
  4. short ChangeDirectory(long *dirID, short *vRefNum,char *pathname);
  5.  
  6. short wccheck(char *file, char *template);
  7. char *firstname(char *spec, long dirID, short vRefNum, CInfoPBRec *finfo);
  8. char *nextname(char *spec, CInfoPBRec *finfo);
  9.